ComponentOne ASP.NET MVC Controls
Format Method (InputTimeBuilder<T>)

C1.Web.Mvc.Fluent Namespace > InputTimeBuilder<T> Class : Format Method
The value.
Configurates C1.Web.Mvc.InputTime<T>.Format. Sets the format used to display the selected time (see Globalize).
Syntax
'Declaration
 
Public Function Format( _
   ByVal value As String _
) As InputTimeBuilder(Of T)
public InputTimeBuilder<T> Format( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
The format string is expressed as a .NET-style time format string.
See Also

Reference

InputTimeBuilder<T> Class
InputTimeBuilder<T> Members